Jump to content

Template:Import style/sticky.css

From Wikipedia, the free encyclopedia
/* This template is being discussed in accordance with Wikipedia's deletion policy. Help reach a consensus at its entry: https://en.wikipedia.org/wiki/Wikipedia:Templates for discussion/Log/2024_September_10#Template:Import style/sticky.css */
.is-sticky {
	position: sticky;
	top: 0;
	z-index: 10;
}

body.vector-sticky-header-visible .is-sticky {
	top: 3.125rem;
}

.is-sticky-head > thead {
	position: sticky;
	top: 0;
	z-index: 10;
}

body.vector-sticky-header-visible .is-sticky-head > thead {
	top: 3.125rem;
}